Searched refs:CoffSymbolRVA (Results 1 – 6 of 6) 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
224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()