Home
last modified time | relevance | path

Searched refs:getObjectFileType (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1057 switch (Ctx->getObjectFileType()) { in initMCObjectFileInfo()
1110 if ((Ctx->getObjectFileType() != MCContext::IsELF) || in getStackSizesSection()
1129 if (Ctx->getObjectFileType() != MCContext::IsELF) in getBBAddrMapSection()
1149 if (Ctx->getObjectFileType() != MCContext::IsELF) in getKCFITrapSection()
1168 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeSection()
1184 if (Ctx->getObjectFileType() == MCContext::IsELF) { in getPseudoProbeDescSection()
1212 if (Ctx->getObjectFileType() != MCContext::IsELF) in getPCSection()
H A DMCContext.cpp243 switch (getObjectFileType()) { in createSymbolImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h429 Environment getObjectFileType() const { return Env; } in getObjectFileType() function
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp545 if (Opts.EmbedBitcode && Ctx.getObjectFileType() == MCContext::IsMachO) { in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6391 switch (getContext().getObjectFileType()) { in parsePrefix()
11054 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()
11225 const auto Format = getContext().getObjectFileType(); in parseDirectiveThumbFunc()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp785 switch (Ctx.getObjectFileType()) { in AsmParser()
H A DMasmParser.cpp1106 switch (Ctx.getObjectFileType()) { in MasmParser()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6729 const MCContext::Environment Format = getContext().getObjectFileType(); in ParseDirective()