Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DCOFFImportFile.h56 Symb.p = isCode() ? 2 : 1; in symbol_end_impl()
66 bool isCode() const { in isCode() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolPublicSymbol.h27 FORWARD_SYMBOL_METHOD(isCode)
DIPDBRawSymbol.h177 virtual bool isCode() const = 0;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolPublicSymbol.h27 FORWARD_SYMBOL_METHOD(isCode)
DIPDBRawSymbol.h173 virtual bool isCode() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolPublicSymbol.h32 FORWARD_SYMBOL_METHOD(isCode)
DIPDBRawSymbol.h130 virtual bool isCode() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h121 bool isCode() const override;
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp193 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab() argument
200 if (isCode) in allocateFromSlab()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h146 bool isCode() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h151 bool isCode() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h146 bool isCode() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h151 bool isCode() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp420 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp420 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp260 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() argument
268 if (isCode) in allocateFromSlab()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp235 MOCK_SYMBOL_ACCESSOR(isCode)
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp321 MOCK_SYMBOL_ACCESSOR(isCode)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1251 bool isCode = si->isText(); in processRelocationRef() local
1252 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1179 bool isCode = si->isText(); in processRelocationRef() local
1180 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1172 bool isCode = si->isText(); in processRelocationRef() local
1173 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp788 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DSymbolFilePDB.cpp1405 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()