Home
last modified time | relevance | path

Searched defs:SectionBase (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp839 uintptr_t SectionBase = reinterpret_cast<uintptr_t>( in getStubAddrFor() local
843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp856 uintptr_t SectionBase = reinterpret_cast<uintptr_t>( in getStubAddrFor() local
860 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress(); in getStubAddrFor() local
/external/protobuf/objectivec/DevTools/
Dpddm.py377 class SectionBase(object): class in SourceFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h32 class SectionBase; variable
Dllvm-objcopy.cpp319 SectionPred RemovePred = [](const SectionBase &) { return false; }; in HandleArgs()