Searched refs:CoffSymbolRVA (Results 1 – 9 of 9) sorted by relevance
20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
84 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
248 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
329 CoffSymbolRVA = 0xfd, enumerator
68 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()92 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
816 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
565 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),