Home
last modified time | relevance | path

Searched refs:CoffSymbolRVA (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSymbolRVASubsection.cpp21 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
28 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
DDebugSubsectionVisitor.cpp84 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
DEnumTables.cpp224 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h34 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
51 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
DCodeView.h322 CoffSymbolRVA = 0xfd, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DModuleSubstreamVisitor.cpp55 return visitUnknown(ModuleSubstreamKind::CoffSymbolRVA, Data); in visitCoffSymbolRVA()
99 case ModuleSubstreamKind::CoffSymbolRVA: in visitModuleSubstream()
DEnumTables.cpp255 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CoffSymbolRVA),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp120 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()
142 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h306 CoffSymbolRVA = 0xfd, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp225 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp503 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CoffSymbolRVA),
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp549 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),