Home
last modified time | relevance | path

Searched refs:MCObjectFileInfo (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection()
88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp42 static bool isDwarfSection(const MCObjectFileInfo *FI, in isDwarfSection()
88 const MCObjectFileInfo *FI = getStreamer().getContext().getObjectFileInfo(); in changeSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp49 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { in initMachOMCObjectFileInfo()
300 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo()
494 void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) { in initCOFFMCObjectFileInfo()
745 void MCObjectFileInfo::initWasmMCObjectFileInfo(const Triple &T) { in initWasmMCObjectFileInfo()
782 void MCObjectFileInfo::initXCOFFMCObjectFileInfo(const Triple &T) { in initXCOFFMCObjectFileInfo()
800 void MCObjectFileInfo::InitMCObjectFileInfo(const Triple &TheTriple, bool PIC, in InitMCObjectFileInfo()
856 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection()
875 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
DMCContext.cpp61 const MCObjectFileInfo *mofi, const SourceMgr *mgr, in MCContext()
163 case MCObjectFileInfo::IsCOFF: in createSymbolImpl()
165 case MCObjectFileInfo::IsELF: in createSymbolImpl()
167 case MCObjectFileInfo::IsMachO: in createSymbolImpl()
169 case MCObjectFileInfo::IsWasm: in createSymbolImpl()
171 case MCObjectFileInfo::IsXCOFF: in createSymbolImpl()
DCMakeLists.txt31 MCObjectFileInfo.cpp
/external/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp49 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { in initMachOMCObjectFileInfo()
303 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo()
502 void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) { in initCOFFMCObjectFileInfo()
778 void MCObjectFileInfo::initWasmMCObjectFileInfo(const Triple &T) { in initWasmMCObjectFileInfo()
862 void MCObjectFileInfo::initXCOFFMCObjectFileInfo(const Triple &T) { in initXCOFFMCObjectFileInfo()
911 void MCObjectFileInfo::InitMCObjectFileInfo(const Triple &TheTriple, bool PIC, in InitMCObjectFileInfo()
970 MCSection *MCObjectFileInfo::getDwarfComdatSection(const char *Name, in getDwarfComdatSection()
992 MCObjectFileInfo::getStackSizesSection(const MCSection &TextSec) const { in getStackSizesSection()
1010 MCObjectFileInfo::getBBAddrMapSection(const MCSection &TextSec) const { in getBBAddrMapSection()
DMCContext.cpp61 const MCObjectFileInfo *mofi, const SourceMgr *mgr, in MCContext()
185 case MCObjectFileInfo::IsCOFF: in createSymbolImpl()
187 case MCObjectFileInfo::IsELF: in createSymbolImpl()
189 case MCObjectFileInfo::IsMachO: in createSymbolImpl()
191 case MCObjectFileInfo::IsWasm: in createSymbolImpl()
193 case MCObjectFileInfo::IsXCOFF: in createSymbolImpl()
DCMakeLists.txt32 MCObjectFileInfo.cpp
/external/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h37 class TargetLoweringObjectFile : public MCObjectFileInfo {
52 : MCObjectFileInfo(), Ctx(nullptr), SupportIndirectSymViaGOTPCRel(false), in TargetLoweringObjectFile()
/external/llvm/include/llvm/MC/
DMCContext.h39 class MCObjectFileInfo; variable
69 const MCObjectFileInfo *MOFI;
241 const MCObjectFileInfo *MOFI,
251 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo()
/external/llvm/lib/MC/
DMCContext.cpp45 const MCObjectFileInfo *mofi, const SourceMgr *mgr, in MCContext()
159 case MCObjectFileInfo::IsCOFF: in createSymbolImpl()
161 case MCObjectFileInfo::IsELF: in createSymbolImpl()
163 case MCObjectFileInfo::IsMachO: in createSymbolImpl()
DCMakeLists.txt28 MCObjectFileInfo.cpp
DMCObjectFileInfo.cpp48 void MCObjectFileInfo::initMachOMCObjectFileInfo(const Triple &T) { in initMachOMCObjectFileInfo()
286 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T) { in initELFMCObjectFileInfo()
592 void MCObjectFileInfo::initCOFFMCObjectFileInfo(const Triple &T) { in initCOFFMCObjectFileInfo()
833 void MCObjectFileInfo::InitMCObjectFileInfo(const Triple &TheTriple, bool PIC, in InitMCObjectFileInfo()
883 MCSection *MCObjectFileInfo::getDwarfTypesSection(uint64_t Hash) const { in getDwarfTypesSection()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h48 class MCObjectFileInfo; variable
85 const MCObjectFileInfo *MOFI;
352 const MCObjectFileInfo *MOFI,
368 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h47 class MCObjectFileInfo; variable
83 const MCObjectFileInfo *MOFI;
306 const MCObjectFileInfo *MOFI,
322 const MCObjectFileInfo *getObjectFileInfo() const { return MOFI; } in getObjectFileInfo()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DLlvmState.cpp64 MCObjectFileInfo ObjectFileInfo; in canAssemble()
DAnalysis.h114 MCObjectFileInfo ObjectFileInfo_;
DSnippetFile.cpp133 MCObjectFileInfo ObjectFileInfo; in readSnippets()
/external/llvm-project/llvm/utils/gn/secondary/llvm/lib/MC/
DBUILD.gn43 "MCObjectFileInfo.cpp",
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp383 std::unique_ptr<MCObjectFileInfo> MOFI(new MCObjectFileInfo()); in ExecuteAssembler()
491 MCObjectFileInfo::IsMachO) { in ExecuteAssembler()
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/
DFileAnalysis.h210 MCObjectFileInfo MOFI;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h38 class TargetLoweringObjectFile : public MCObjectFileInfo {
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFStreamer.h176 std::unique_ptr<MCObjectFileInfo> MOFI;
/external/llvm-project/llvm/include/llvm/Target/
DTargetLoweringObjectFile.h43 class TargetLoweringObjectFile : public MCObjectFileInfo {
/external/clang/tools/driver/
Dcc1as_main.cpp327 std::unique_ptr<MCObjectFileInfo> MOFI(new MCObjectFileInfo()); in ExecuteAssembler()

1234