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

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolPublicSymbol.h26 FORWARD_SYMBOL_METHOD(isCode)
H A DIPDBRawSymbol.h173 virtual bool isCode() const = 0;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h146 bool isCode() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h151 bool isCode() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp419 bool NativeRawSymbol::isCode() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp265 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, argument
273 if (isCode)
305 return allocateFromSlab(Size, Alignment, true /* isCode */,
334 return allocateFromSlab(Size, Alignment, false /* isCode */, SectionName,
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1279 bool isCode = si->isText(); local
1280 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp950 bool DIARawSymbol::isCode() const { function in class:DIARawSymbol
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1432 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type

Completed in 356 milliseconds