Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp20 : DebugSubsectionRef(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsectionRef()
27 : DebugSubsection(DebugSubsectionKind::CoffSymbolRVA) {} in DebugSymbolRVASubsection()
H A DDebugSubsectionVisitor.cpp84 case DebugSubsectionKind::CoffSymbolRVA: { in visitDebugSubsection()
H A DEnumTables.cpp252 CV_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.h33 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
50 return S->kind() == DebugSubsectionKind::CoffSymbolRVA; in classof()
H A DCodeView.h339 CoffSymbolRVA = 0xfd, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DFormatUtil.cpp69 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, "coff symbol rva"); in formatChunkKind()
93 RETURN_CASE(DebugSubsectionKind, CoffSymbolRVA, in formatChunkKind()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp224 : YAMLSubsectionBase(DebugSubsectionKind::CoffSymbolRVA) {} in YAMLCoffSymbolRVASubsection()
/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp813 case DebugSubsectionKind::CoffSymbolRVA: in handleDebugS()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp568 LLVM_READOBJ_ENUM_CLASS_ENT(DebugSubsectionKind, CoffSymbolRVA),