HomeSort by relevance Sort by last modified time
    Searched refs:hasSection (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/IR/
GlobalObject.h 58 bool hasSection() const { return !StringRef(getSection()).empty(); }
GlobalValue.h 176 bool hasSection() const { return !StringRef(getSection()).empty(); }
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 61 (AMDGPU::isGlobalSegment(GV) && GV->hasSection() &&
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 133 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
167 GV->getType()->getAddressSpace() != 0 || GV->hasSection() ||
MergeFunctions.cpp     [all...]
LowerBitSets.cpp 641 if (OpGlobal->hasSection())
    [all...]
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 65 if (GV->hasSection())
245 if (GV->hasSection())
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp 113 GVRHS->hasSection())
  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 525 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasSection())
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/LTO/
LTOModule.cpp 361 if (!v->hasSection() /* || !isTargetDarwin */)
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 406 if (GV.hasSection()) {
418 if (F.hasSection()) {
479 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
504 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 404 if (GV.hasSection()) {
416 if (F.hasSection()) {
477 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
502 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 417 if (GV.hasSection()) {
429 if (F.hasSection()) {
490 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
516 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 642 if (GV.hasSection()) {
654 if (F.hasSection()) {
718 Vals.push_back(GV.hasSection() ? SectionMap[GV.getSection()] : 0);
749 Vals.push_back(F.hasSection() ? SectionMap[F.getSection()] : 0);
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 97 if (GVAlign > NumBits || GV->hasSection())
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 1019 if (GVar->hasSection()) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 264 if ((GV->hasSection() && StringRef(GV->getSection()).startswith(".cp.")) ||
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]

Completed in 633 milliseconds