Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DProcessDsc.c3192 INT8 *SourceCompileType; in WriteCompileCommands() local
3221 SourceCompileType = GetSymbolValue (SOURCE_COMPILE_TYPE); in WriteCompileCommands()
3222 if (SourceCompileType != NULL) { in WriteCompileCommands()
3223 sprintf (BuildSectionName, "compile.%s.%s", Processor, SourceCompileType); in WriteCompileCommands()
3230 SourceCompileType = GetSymbolValue (COMPILE_SELECT); in WriteCompileCommands()
3231 if (SourceCompileType != NULL) { in WriteCompileCommands()
3237 CPtr = SourceCompileType; in WriteCompileCommands()
3258 Error (NULL, 0, 0, SourceCompileType, "malformed COMPILE_SELECT variable"); in WriteCompileCommands()