Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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.cpp248 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/freebsd-12-stable/contrib/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.h330 CoffSymbolRVA = 0xfd, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp119 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()
141 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DPDB.cpp815 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DCOFFDumper.cpp564 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),