Home
last modified time | relevance | path

Searched refs:isCode (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h27 FORWARD_SYMBOL_METHOD(isCode)
H A DIPDBRawSymbol.h173 virtual bool isCode() const = 0;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h151 bool isCode() const override;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h146 bool isCode() const override;
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp420 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp261 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() argument
269 if (isCode) in allocateFromSlab()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1238 bool isCode = si->isText(); in processRelocationRef() local
1239 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol