Home
last modified time | relevance | path

Searched refs:SectionRange (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DMachOPlatform.cpp291 jitlink::SectionRange R(*Sec); in getSectionExtent()
331 if (auto Addr = jitlink::SectionRange(*ObjCImageInfoSec).getStart()) in modifyPassConfig()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h623 class SectionRange {
625 SectionRange() = default;
626 SectionRange(const Section &Sec) { in SectionRange() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h614 class SectionRange {
616 SectionRange() = default;
617 SectionRange(const Section &Sec) { in SectionRange() function
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp667 auto R = SectionRange(*S); in createEHFrameRecorderPass()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp790 auto R = SectionRange(*S); in createEHFrameRecorderPass()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp270 SectionRange LHSRange(*LHS); in dumpSectionContents()
271 SectionRange RHSRange(*RHS); in dumpSectionContents()