OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnnamedAddr
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/IR/
GlobalValue.h
63
Visibility(DefaultVisibility), Alignment(0),
UnnamedAddr
(0), Parent(0) {
72
unsigned
UnnamedAddr
: 1; // This value's address is not significant
85
bool hasUnnamedAddr() const { return
UnnamedAddr
; }
86
void setUnnamedAddr(bool Val) {
UnnamedAddr
= Val; }
/external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp
[
all
...]
/external/llvm/lib/AsmParser/
LLParser.cpp
707
bool IsConstant,
UnnamedAddr
, IsExternallyInitialized;
716
ParseOptionalToken(lltok::kw_unnamed_addr,
UnnamedAddr
,
780
GV->setUnnamedAddr(
UnnamedAddr
);
[
all
...]
/external/clang/lib/CodeGen/
CodeGenModule.h
[
all
...]
CodeGenModule.cpp
[
all
...]
Completed in 437 milliseconds