Searched refs:CoffSymbolRVA (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugSymbolRVASubsection.cpp | 21 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef() 28 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
|
D | DebugSubsectionVisitor.cpp | 84 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
|
D | EnumTables.cpp | 224 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | DebugSymbolRVASubsection.h | 34 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof() 51 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
|
D | CodeView.h | 322 CoffSymbolRVA = 0xfd, enumerator
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 55 return visitUnknown(ModuleSubstreamKind::CoffSymbolRVA, Data); in visitCoffSymbolRVA() 99 case ModuleSubstreamKind::CoffSymbolRVA: in visitModuleSubstream()
|
D | EnumTables.cpp | 255 CV_ENUM_CLASS_ENT(ModuleSubstreamKind, CoffSymbolRVA),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | FormatUtil.cpp | 120 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind() 142 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 306 CoffSymbolRVA = 0xfd, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 225 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 503 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CoffSymbolRVA),
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 549 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
|