/external/llvm/include/llvm/Object/ |
D | COFFImportFile.h | 56 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/ |
D | PDBSymbolPublicSymbol.h | 27 FORWARD_SYMBOL_METHOD(isCode)
|
D | IPDBRawSymbol.h | 177 virtual bool isCode() const = 0;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolPublicSymbol.h | 27 FORWARD_SYMBOL_METHOD(isCode)
|
D | IPDBRawSymbol.h | 173 virtual bool isCode() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolPublicSymbol.h | 32 FORWARD_SYMBOL_METHOD(isCode)
|
D | IPDBRawSymbol.h | 130 virtual bool isCode() const = 0;
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 121 bool isCode() const override;
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 193 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/ |
D | DIARawSymbol.h | 146 bool isCode() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.h | 151 bool isCode() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 146 bool isCode() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.h | 151 bool isCode() const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.cpp | 420 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeRawSymbol.cpp | 420 bool NativeRawSymbol::isCode() const { in isCode() function in NativeRawSymbol
|
/external/llvm-project/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 260 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode, in allocateFromSlab() argument 268 if (isCode) in allocateFromSlab()
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 235 MOCK_SYMBOL_ACCESSOR(isCode)
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 321 MOCK_SYMBOL_ACCESSOR(isCode)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1251 bool isCode = si->isText(); in processRelocationRef() local 1252 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1179 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/ |
D | RuntimeDyldELF.cpp | 1172 bool isCode = si->isText(); in processRelocationRef() local 1173 if (auto SectionIDOrErr = findOrEmitSection(Obj, (*si), isCode, in processRelocationRef()
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 788 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.cpp | 950 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | SymbolFilePDB.cpp | 1405 pub_symbol->isCode() ? eSymbolTypeCode : eSymbolTypeData, // type in AddSymbols()
|