Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h28 FORWARD_SYMBOL_METHOD(isCode)
H A DIPDBRawSymbol.h178 virtual bool isCode() const = 0;
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp196 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab() argument
203 if (isCode) in allocateFromSlab()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h152 bool isCode() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h147 bool isCode() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp421 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1162 bool isCode = si->isText(); in processRelocationRef() local
1163 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp951 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1360 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()