Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
DDebugSubsectionVisitor.cpp83 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
DEnumTables.cpp237 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
DDebugSubsectionVisitor.cpp83 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
DEnumTables.cpp245 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
DCodeView.h327 CoffSymbolRVA = 0xfd, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
DCodeView.h327 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/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp119 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()
141 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h306 CoffSymbolRVA = 0xfd, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/external/llvm-project/lld/COFF/
DPDB.cpp710 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp503 LLVM_READOBJ_ENUM_CLASS_ENT(ModuleSubstreamKind, CoffSymbolRVA),
/external/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp562 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),