Home
last modified time | relevance | path

Searched defs:DwarfSection (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp715 for (const auto &DwarfSection : DwarfSections) in writeSections() local
1022 for (const auto &DwarfSection : DwarfSections) in writeRelocations() local
1064 for (const auto &DwarfSection : DwarfSections) in writeSymbolTable() local
1144 for (auto &DwarfSection : DwarfSections) in finalizeSectionInfo() local
1169 for (auto &DwarfSection : DwarfSections) { in finalizeSectionInfo() local
1356 for (auto &DwarfSection : DwarfSections) { in assignAddressesAndIndices() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h152 ExecutorAddrRange DwarfSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h182 ExecutorAddrRange DwarfSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h228 ExecutorAddrRange DwarfSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h227 ExecutorAddrRange DwarfSection; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMachOPlatform.h228 ExecutorAddrRange DwarfSection; member
/aosp_15_r20/system/unwinding/libunwindstack/
H A DDwarfSection.cpp44 DwarfSection::DwarfSection(std::shared_ptr<Memory>& memory) : memory_(memory) {} in DwarfSection() function in unwindstack::DwarfSection