Home
last modified time | relevance | path

Searched refs:isCode (Results 1 – 8 of 8) 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/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolPublicSymbol.h31 FORWARD_SYMBOL_METHOD(isCode)
DIPDBRawSymbol.h128 virtual bool isCode() const = 0;
/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/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h120 bool isCode() const override;
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp208 MOCK_SYMBOL_ACCESSOR(isCode)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1210 bool isCode = si->isText(); in processRelocationRef() local
1211 Value.SectionID = findOrEmitSection(Obj, (*si), isCode, ObjSectionToID); in processRelocationRef()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp775 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol