Home
last modified time | relevance | path

Searched defs:isCode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFFImportFile.h66 bool isCode() const { in isCode() function
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp193 uint8_t *allocateFromSlab(uintptr_t Size, unsigned Alignment, bool isCode) { in allocateFromSlab()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp788 bool DIARawSymbol::isCode() const { in isCode() function in DIARawSymbol
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1251 bool isCode = si->isText(); in processRelocationRef() local