OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSection
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp
138
GV->getType()->getAddressSpace() != 0 || GV->
hasSection
() ||
173
GV->getType()->getAddressSpace() != 0 || GV->
hasSection
() ||
MergeFunctions.cpp
472
if (F1->
hasSection
() != F2->
hasSection
())
475
if (F1->
hasSection
() && F1->getSection() != F2->getSection())
/external/llvm/include/llvm/IR/
GlobalValue.h
95
bool
hasSection
() const { return !Section.empty(); }
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
248
if (GV->
hasSection
())
/external/llvm/lib/Transforms/Scalar/
GlobalMerge.cpp
251
if (!I->hasLocalLinkage() || I->isThreadLocal() || I->
hasSection
())
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
460
if (GV->
hasSection
()) {
472
if (F->
hasSection
()) {
534
Vals.push_back(GV->
hasSection
() ? SectionMap[GV->getSection()] : 0);
560
Vals.push_back(F->
hasSection
() ? SectionMap[F->getSection()] : 0);
[
all
...]
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
444
if (!GV->
hasSection
()) continue;
454
if (F->
hasSection
()) {
516
Vals.push_back(GV->
hasSection
() ? SectionMap[GV->getSection()] : 0);
541
Vals.push_back(F->
hasSection
() ? SectionMap[F->getSection()] : 0);
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
398
if (!GV->
hasSection
()) continue;
408
if (F->
hasSection
()) {
470
Vals.push_back(GV->
hasSection
() ? SectionMap[GV->getSection()] : 0);
495
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
()) {
491
Vals.push_back(GV->
hasSection
() ? SectionMap[GV->getSection()] : 0);
517
Vals.push_back(F->
hasSection
() ? SectionMap[F->getSection()] : 0);
[
all
...]
/external/llvm/lib/Transforms/Utils/
Local.cpp
794
if (!GV->
hasSection
() || GV->getAlignment() == 0)
[
all
...]
/external/llvm/tools/lto/
LTOModule.cpp
427
if (!v->
hasSection
() /* || !isTargetDarwin */)
/external/llvm/lib/IR/
AsmWriter.cpp
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
89
if (GVAlign > NumBits || GV->
hasSection
())
[
all
...]
Completed in 188 milliseconds