Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
HDDebugSubsectionVisitor.cpp83 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
HDEnumTables.cpp237 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
HDCodeView.h327 CoffSymbolRVA = 0xfd, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDFormatUtil.cpp119 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()
141 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLDebugSections.cpp224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDPDB.cpp1095 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp558 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),