Searched refs:CoffSymbolRVA (Results 1 – 9 of 9) sorted by relevance
20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
83 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
237 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
327 CoffSymbolRVA = 0xfd, enumerator
119 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()141 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
1095 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
558 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),