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()
252 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
339 CoffSymbolRVA = 0xfd, enumerator
69 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind() 93 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
813 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
568 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),